Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dataset.get when there are transforms in the dataset #45

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

zhiltsov-max
Copy link
Collaborator

@zhiltsov-max zhiltsov-max commented Jun 5, 2024

Summary

This PR fixes the problem with Dataset.get() method when there are transforms in the dataset - the applied transforms could be ignored before the patch. This could result in incorrect items returned or in other errors.

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2022 CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT

@zhiltsov-max zhiltsov-max changed the title Fix dataset transforms Fix Dataset.get when there are transforms in the dataset Jun 5, 2024
@zhiltsov-max zhiltsov-max merged commit 453c891 into develop Jun 5, 2024
18 checks passed
@zhiltsov-max zhiltsov-max deleted the zm/fix-dataset-transforms branch June 5, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant